home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Glary Utilities / gusetup.exe / {app} / uninstaller.exe / RCDATA / TFRMFINDPROGRAM / TFRMFINDPROGRAM.txt
Text File  |  2010-01-14  |  2KB  |  81 lines

  1. object frmfindprogram: Tfrmfindprogram
  2.   Left = 330
  3.   Top = 215
  4.   BorderStyle = bsDialog
  5.   Caption = 'Run Installation Program'
  6.   ClientHeight = 187
  7.   ClientWidth = 351
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   OnCreate = FormCreate
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 336
  23.     Height = 89
  24.     AutoSize = False
  25.     Caption = 'Label1'
  26.     Transparent = True
  27.     WordWrap = True
  28.   end
  29.   object Label2: TLabel
  30.     Left = 8
  31.     Top = 96
  32.     Width = 338
  33.     Height = 13
  34.     AutoSize = False
  35.     Caption = 'Command line for the uninstall program:'
  36.     Transparent = True
  37.   end
  38.   object edit1: TEdit
  39.     Left = 8
  40.     Top = 113
  41.     Width = 249
  42.     Height = 21
  43.     ImeName = 'Chinese (Simplified) - Microsoft Pinyin IME 3.0'
  44.     TabOrder = 0
  45.   end
  46.   object BitBtn1: TBitBtn
  47.     Left = 266
  48.     Top = 112
  49.     Width = 75
  50.     Height = 25
  51.     Caption = 'Browse...'
  52.     TabOrder = 1
  53.     OnClick = BitBtn1Click
  54.   end
  55.   object BitBtn2: TBitBtn
  56.     Left = 264
  57.     Top = 154
  58.     Width = 75
  59.     Height = 24
  60.     Cancel = True
  61.     Caption = 'Cancel'
  62.     ModalResult = 2
  63.     TabOrder = 2
  64.   end
  65.   object BitBtn3: TBitBtn
  66.     Left = 180
  67.     Top = 154
  68.     Width = 75
  69.     Height = 24
  70.     Caption = 'OK'
  71.     Default = True
  72.     ModalResult = 2
  73.     TabOrder = 3
  74.     OnClick = BitBtn3Click
  75.   end
  76.   object OpenDialog1: TOpenDialog
  77.     Left = 176
  78.     Top = 64
  79.   end
  80. end
  81.